projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d69ef9e
)
Specify more precise customization type, natnum instead of integer
author
Jeremy Bryant
<jb@jeremybryant.net>
Thu, 29 Feb 2024 00:07:35 +0000
(
00:07
+0000)
committer
Justin Burkett
<justin@burkett.cc>
Thu, 29 Feb 2024 01:52:37 +0000
(20:52 -0500)
* which-key.el (which-key-add-column-padding): Use natnum
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 600f02f3f8941d03ba107799e2b72b4df89af1b6..dce9718c5b3e3998afee577ea413d45cd742a787 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-106,7
+106,7
@@
before. Truncation is done using `which-key-ellipsis'."
(defcustom which-key-min-column-description-width 0
"Every column should at least have this width."
:group 'which-key
- :type '
integer
+ :type '
natnum
:version "1.0")
(defcustom which-key-add-column-padding 0